home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
actdemo.dir
/
00015.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-13
|
208 b
|
13 lines
on exitFrame
global gXframe
if (the timer > (2 * 60)) and the mouseDown then
go(gXframe)
else
if the timer > (7 * 60) then
go(gXframe)
else
go(the frame)
end if
end if
end